home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / ScriptX / ScriptX Platforms / 68K / Importrs / mac / group < prev    next >
Encoding:
Text File  |  1996-05-21  |  2.7 KB  |  224 lines  |  [TEXT/MPS ]

  1. # Movie IMPORTER CLASS
  2. movieimporterclass
  3. movie.imp
  4. movieiEntryPoint
  5. 0
  6. 1
  7. LoaderTypeLinkable
  8. false
  9.  
  10. # Movie IMPORTER EPHEMERAL UNIT
  11. movieimporterephem
  12. movie.eph
  13. movieiEntryPoint
  14. 0
  15. 1
  16. LoaderTypeEphemeral
  17. true
  18.  
  19. # SND IMPORTER CLASS
  20.  
  21. sndimporterclass
  22. snd.imp
  23. entryPoint
  24. 0
  25. 1
  26. LoaderTypeLinkable
  27. false
  28.  
  29. # SND IMPORTER EPHEMERAL UNIT
  30.  
  31. sndimporterephem
  32. snd.eph
  33. SNDentryPoint
  34. 0
  35. 1
  36. LoaderTypeEphemeral
  37. true
  38.  
  39. # QtBitmap IMPORTER CLASS
  40. qtbitmapimporterclass
  41. QtBitmap.imp
  42. qtbitmapEntryPoint
  43. 0
  44. 1
  45. LoaderTypeLinkable
  46. false
  47.  
  48. # QtBitmap IMPORTER EPHEMERAL UNIT
  49. QTBitmapimporterephem
  50. QtBitmap.eph
  51. qtbitmapEntryPoint
  52. 0
  53. 1
  54. LoaderTypeEphemeral
  55. true
  56.  
  57.  
  58. # MIDI IMPORTER CLASS
  59.  
  60. midiimporterclass
  61. MIDIStrm.imp
  62. MIDIEntryPoint
  63. 0
  64. 1
  65. LoaderTypeLinkable
  66. false
  67.  
  68. # MIDI IMPORTER EPHEMERAL UNIT
  69.  
  70. midiimporterephem
  71. MIDIStrm.eph
  72. MIDIEntryPoint
  73. 0
  74. 1
  75. LoaderTypeEphemeral
  76. true
  77.  
  78. # PICT IMPORTER CLASS
  79. pictimporterclass
  80. pict.imp
  81. PictClassEntryPoint
  82. 0
  83. 1
  84. LoaderTypeLinkable
  85. false
  86.  
  87. # PICT IMPORTER EPHEMERAL UNIT
  88.  
  89. pictimporterephem
  90. pict.eph
  91. pictEphemEntryPoint
  92. 0
  93. 1
  94. LoaderTypeEphemeral
  95. true
  96.  
  97. # WAVE IMPORTER CLASS
  98. waveimporterclass
  99. wave.imp
  100. entryPoint
  101. 0
  102. 1
  103. LoaderTypeLinkable
  104. false
  105.  
  106. # WAVE IMPORTER EPHEMERAL UNIT
  107.  
  108. waveimporterephem
  109. wave.eph
  110. entryPoint
  111. 0
  112. 1
  113. LoaderTypeEphemeral
  114. true
  115.  
  116.  
  117. # D I B
  118.  
  119. # DIB IMPORTER CLASS
  120. DIBimporterclass
  121. dibbtmp.imp
  122. DIBClassEntryPoint
  123. 0
  124. 1
  125. LoaderTypeLinkable
  126. false
  127.  
  128. # DIB IMPORTER EPHEMERAL UNIT
  129. SXDIBImporterEphem
  130. dibbtmp.eph
  131. DIBEphemEntryPoint
  132. 0
  133. 1
  134. LoaderTypeEphemeral
  135. true
  136.  
  137. # AIFF IMPORTER CLASS
  138. aiffimporterclass
  139. aiff.imp
  140. aiffEntryPoint
  141. 0
  142. 1
  143. LoaderTypeLinkable
  144. false
  145.  
  146. # AIFF IMPORTER EPHEMERAL UNIT
  147.  
  148. aiffimporterephem
  149. aiff.eph
  150. aiffEntryPoint
  151. 0
  152. 1
  153. LoaderTypeEphemeral
  154. true
  155.  
  156.  
  157. # R T F
  158.  
  159. # RTF IMPORTER CLASS
  160. RTFimporterclass
  161. RTFText.imp
  162. RTFClassEntryPoint
  163. 0
  164. 1
  165. LoaderTypeLinkable
  166. false
  167.  
  168. # RTF IMPORTER EPHEMERAL UNIT
  169. SXRTFImporterEphem
  170. RTFText.eph
  171. rtfEphemEntryPoint
  172. 0
  173. 1
  174. LoaderTypeEphemeral
  175. true
  176.  
  177. # Text IMPORTER CLASS
  178. TextImporter                        # name of loadable unit
  179. text.imp                            # file to load
  180. entryPoint                            # Name of entrypoint/exitpoint functions(), when loaded
  181. 0                                    # System version, use 0
  182. 1                                    # Unit version, use 1
  183. LoaderTypeLinkable                    # Linkable means it stays around
  184. false                                # On load list flag - if true loaded during process
  185.  
  186. # Text EXPORTER CLASS
  187. TextExporter
  188. text.exp
  189. entryPoint
  190. 0
  191. 1
  192. LoaderTypeLinkable
  193. false
  194.  
  195. # Text IMPORTER EPHEMERAL UNIT
  196. TextEphem
  197. text.eph
  198. entryPoint
  199. 0
  200. 1
  201. LoaderTypeEphemeral                    # Ephemeral means load, execute entrypoint, release
  202. true                                # On load list flag - if true loaded during process
  203.  
  204. # KIC
  205.  
  206. # KIC IMPORTER CLASS
  207. kicimporterclass
  208. KICBtmp.imp
  209. KICEntryPoint
  210. 0
  211. 1
  212. LoaderTypeLinkable
  213. false
  214.  
  215. # KIC IMPORTER EPHEMERAL UNIT
  216. kicimporterephem
  217. KICBtmp.eph
  218. KICEntryPoint
  219. 0
  220. 1
  221. LoaderTypeEphemeral
  222. true
  223.  
  224.